/*这里是通用css作用于全部*/
@font-face {
	font-family: 'pingfangziti';
	src: url(../fonts/pingfangxijian.ttf);
}

@font-face {
	font-family: 'pingfang';
	src: url(../fonts/pingfangzhongcu.ttf);
}

* {
	margin: 0px;
	padding: 0px;
	font-family: 'pingfangziti';
	font-size: 14px;
}

.pingfangziti {
	font-family: "pingfangziti";
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
	font-size: 16px;
}

.pingfangziti p {
	font-family: "pingfangziti";
	line-height: 24px;
	letter-spacing: 1px;
	color: #333333;
	font-size: 18px;
	padding: 5px 0;
	text-indent: 2em;
}

p {
	margin-bottom: 0px;
}

/*bootstrap中取消a标签点击出现下划线的效果*/
/*最后加的调整按钮点击的时候取消按钮周边的颜色*/
input:focus {
	outline: none;
}

button:focus {
	outline: none;
}

a {
	text-decoration: none;
	/*去除下换线*/
}

a:focus {
	text-decoration: none;
}

/*bootstrap中取消a标签点击出现下划线的效果*/
/*最后加的调整按钮点击的时候取消按钮周边的颜色*/
a:link {
	text-decoration: none;
	/* 指正常的未被访问过的链接*/
}

a:visited {
	text-decoration: none;
	/*指已经访问过的链接*/
}

a:hover {
	text-decoration: none;
	/*指鼠标在链接*/
}

a:active {
	text-decoration: none;
	/* 指正在点的链接*/
}

li {
	list-style: none;
	/*去除原点*/
}

ul {
	margin-bottom: 0px;
}

.clear {
	zoom: 1;
}

/*为了兼容性，因为ie6/7不能使用伪类，所以加上此行代码。*/

.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

/* 全部的平均分配样式 */
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex .flexitem {
	flex: 1;
	text-align: center;
}

.flex-start {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.flex-start .flex-startitem {
	flex: 0 0 25%;
}

.ellipsis {
	/* 文本设置 */
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-inline-flexbox;
	display: -o-box;

	/*设置为弹性盒子*/
	-webkit-line-clamp: 1;
	/*最多显示5行*/
	overflow: hidden;
	/*超出隐藏*/
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	/*超出显示为省略号*/
	-webkit-box-orient: vertical;
	word-break: break-all;
	/*强制英文单词自动换行*/
}

.ellipsis2 {
	/* 文本设置 */
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-inline-flexbox;
	display: -o-box;
	/*设置为弹性盒子*/
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	/*最多显示5行*/
	overflow: hidden;
	/*超出隐藏*/
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	/*超出显示为省略号*/
	-webkit-box-orient: vertical;
	word-break: break-all;
	/*强制英文单词自动换行*/
}

/* 悬浮弹图片放大 */
.hoverbig12 {
	transition: all 0.5s;
	cursor: pointer;
}

.hoverbig12:hover {
	transform: scale(1.2);
}

/* 悬浮弹出上去 */
.hovertop10 {
	transition: transform 0.3s;
	cursor: pointer;
}

.hovertop10:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}

/* 统一标题 写法 */
.alltitle {
	text-align: center;
	display: block;
	padding: 50px 0 40px;
}

.alltitle h3 {
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	font-family: 'pingfang';
}

.alltitle p {
	color: #333333;
	font-size: 14px;
	letter-spacing: 2px;
}

.alltitle span {
	display: inline-block;
	width: 50px;
	height: 4px;
	border-radius: 2px;
	background-color: #FFAC00;
	margin-top: 5px;
}

.alltitle h4 {
	margin-top: 20px;
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	font-family: 'pingfang';
}

.alltitle2 {
	text-align: center;
	display: block;
}

.alltitle2 h4 {
	margin-bottom: 20px;
	font-size: 28px;
	color: #333333;
	font-weight: normal;
	font-family: 'pingfang';
}

/* 统一查看更多 写法 */
.allmore {
	text-align: center;
	display: block;
	padding-top: 50px;
}

.allmore a {
	color: #FFAC00;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #FFAC00;
	padding: 4px 10px;
}

/* 整体的 宽度设置 */
.big {
	width: 1200px;
	margin: 0px auto;
}

/* header */
.headerbg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	/* height: 125px; */
	height: 100px;
	width: 100%;
	background: rgba(34, 34, 34, 0.3);
	/* background: rgba(0,0,0, 0.3); */
	z-index: 2000;
	transition: all 0.3s;
}

.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	height: 100%;
}

.header .left {
	flex: 1;
	text-align: left;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.header .left img {
	cursor: pointer;
	height: 125px;
	/* height: 100%; */
	display: block;
	position: relative;
	top: -12.5px;
	left: -60px;
}

.header .left .logo2 {
	display: none;
}

.header .right {
	flex: 1;
	height: 100%;
	text-align: center;
	box-sizing: border-box;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.header .right .menu-item {
	flex: 1;
	text-align: center;
	position: relative;
}

.header .right .menu-item a {
	font-size: 16px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
}

.header .right .menu-item ul {
	position: absolute;
	left: 0;
	padding: 0 10px;
	margin: 0 0;
	background: #ffffff;
	border-radius: 2px;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%);
	display: none;
	width: 100%;
	text-align: center;

}

.header .right .menu-item ul li {
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
	cursor: pointer;
	padding: 0 0 0px;
	position: relative;

}

.header .right .menu-item ul li a {
	color: #666666;
	font-size: 14px;
}

.header .right .menu-item ol {
	z-index: 1;
	position: absolute;
	right: -180px;
	top: 0;
	padding: 0 10px;
	margin: 0 0;
	background: #ffffff;
	box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 20%);
	width: 100%;
	display: none;
	text-align: center;
}

.header .right .menu-item ol li {
	font-size: 12px;
	font-family: PingFangSC, PingFangSC-Regular;
	font-weight: 400;
	color: #666666;
	line-height: 17px;
	cursor: pointer;
	padding: 0 0 0px;
	position: relative;

}

/* 选中 */
.header .current .menu-item-title {
	border-bottom: 2px solid #FFAC00;
}

.header .menu-item.current .menu-item-title a {
	color: #FFAC00 !important;
}

.header .menu-item ul li.active>a {
	color: #FFAC00 !important;
}

.header .menu-item ol li.active>a {
	color: #FFAC00 !important;
}

/* 白色 */
.header-white {
	background: #FFFFFF;
	transition: all 0.5s;
}

.header-white .right .menu-item a {
	color: #666666;
}

/* foot */
.footer {
	background: #606060;
}

.foot {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 30px 0;
}

.foot .foot-one {
	flex: 0 0 45%;
	text-align: left;
}

.foot .foot-two {
	flex: 0 0 15%;
	text-align: center;
}

.foot .foot-three {
	flex: 0 0 15%;
	text-align: center;
}

.foot .foot-four {
	flex: 0 0 25%;
	text-align: center;
}

.foot p {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

.foot a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

.foot .foot-one>img {
	width: 36px;
	height: 36px;
	display: inline-block;
	margin: 10px 10px;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 50%;
	text-align: center;
}

.foot .foot-one>span {
	font-size: 36px;
	display: inline-block;
	margin: 10px 10px;
	cursor: pointer;
	transition: all 0.5s;
	border-radius: 50%;
	text-align: center;
}

.foot .foot-one span.current {}

.foot .foot-four img {
	width: 100px;
}

/* 备案号和友情链接 */
.foot2 {
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background: #414141;
}

.foot2 p {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
}

.foot2 a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
}

.foot2 .foot2-top {}

.foot2 .foot2-bottom {}

/* 首页视频 */
.top-banner {
	display: block;
	box-sizing: border-box;
}

.top-banner .banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	z-index: 1998;
}

.top-banner .banner #banner-background {
	position: relative;
	top: 0;
	overflow: hidden;
	width: 100%;
}

.top-banner .banner #banner-background #video_bg {
	width: 100%;
}

.top-banner .banner .comm-width-home {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.top-banner .banner .comm-width-home .center_box {
	/* height: 280px; */
	width: auto;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.top-banner .banner .comm-width-home .slogan {
	/*height: 80px;*/
	margin: 0 auto;
	font-weight: 900;
	font-size: 56px;
	/*line-height: 80px;*/
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	font-family: 'pingfang';
}

.top-banner .banner .comm-width-home .desc {
	width: 250px;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	letter-spacing: 5px;
	text-align: center;
	margin: 50px auto 0;
}

.top-banner .banner .comm-width-home .play {
	width: 70px;
	height: 70px;
	margin: 50px auto 0;
	border-radius: 50%;
	cursor: pointer;
}

.top-banner .banner .comm-width-home .play .play_before,
.top-banner .banner .comm-width-home .play .play_hover {
	width: 70px;
	height: 70px;
}

.top-banner .banner .comm-width-home .play .play_hover {
	display: none;
}

.top-banner .banner .comm-width-home .play:hover .play_before {
	display: none;
}

.top-banner .banner .comm-width-home .play:hover .play_hover {
	display: block;
}

.top-banner .banner .comm-width-home .scroll_btn {
	width: 24px;
	height: 40px;
	margin: 0 auto;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.top-banner .banner .comm-width-home .scroll_btn .mouse {
	display: block;
	width: 24px;
	height: 32px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 17px;
	cursor: pointer;
	position: relative;
}

.top-banner .banner .comm-width-home .scroll_btn .mouse span {
	position: absolute;
	display: block;
	top: 20%;
	left: 50%;
	width: 2px;
	height: 6px;
	margin: -2px 0 0 -1px;
	background: #fff;
	animation: move 2.5s linear infinite;
	-webkit-animation: move 2.5s linear infinite;

}

@-webkit-keyframes move {
	0% {
		opacity: 1;
		top: 20%
	}

	15% {
		opacity: 1;
		top: 45%
	}

	50% {
		opacity: 0;
		top: 45%
	}

	to {
		opacity: 0;
		top: 20%
	}
}

@keyframes move {
	0% {
		opacity: 1;
		top: 20%
	}

	15% {
		opacity: 1;
		top: 45%
	}

	50% {
		opacity: 0;
		top: 45%
	}

	to {
		opacity: 0;
		top: 20%
	}
}

/* 点击之后显示的 */
.top-banner .banner .dialog__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	z-index: 2003;
	display: none;
	background-color: rgba(0, 0, 0, .9);
}

.top-banner .banner .dialog__wrapper .dialog {
	position: relative;
	box-sizing: border-box;
	margin: 24vh auto 50px;
	width: 790px;
	height: 458px;
	background: hsla(0, 0%, 100%, 0) !important;
}

.top-banner .banner .dialog__wrapper .dialog .dialog__header {
	height: 24px;
}

.top-banner .banner .dialog__wrapper .dialog .dialog__header .dialog__headerbtn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer;
	font-size: 20px;
	width: 24px;
	height: 24px;
	background: #9b9b9b;
	color: #fff;
}

.top-banner .banner .dialog__wrapper .dialog .dialog__header .dialog__headerbtn .dialog__close {
	margin-left: 3px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
}

.top-banner .banner .dialog__wrapper .dialog .dialog__body {
	color: #606266;
	font-size: 14px;
}

/* 首页关于我们 */
.indexabout {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.indexabout .indexabout-left {
	flex: 0 0 55%;
	display: block;
	box-sizing: border-box;
	position: relative;
	padding: 60px 0 0;
}

.indexabout .indexabout-right {
	flex: 0 0 45%;
	display: block;
	box-sizing: border-box;
	position: relative;
	padding: 130px 0 90px;
}

.indexabout .indexabout-left .h2 {
	font-size: 36px;
	position: relative;
}

.indexabout .indexabout-left .h2 img {
	display: inline-block;
	height: 45px;
	position: absolute;
	z-index: 1;
	left: -100px;
	top: -25px;
}

.indexabout .indexabout-left .h3 {
	color: #ffac00;
	font-size: 22px;
	margin: 20px auto;
}

.indexabout .indexabout-left .content {
	font-size: 16px;
	line-height: 25px;
	padding: 20px 40px 20px 0px;
}

.indexabout .indexabout-left .content p {
	text-indent: 2em;
	letter-spacing: 2px;
}

.indexabout .indexabout-right .img {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	box-sizing: border-box;
}

.indexabout .indexabout-right .img p:first-child {
	/* flex: 0 0 100%; */
	/* flex: 0 0 50%; */
	display: block;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	width: 540px;
	height: 270px;
	box-sizing: border-box;
	overflow: hidden;
	/* border: 10px solid #FFAC00; */
}

.indexabout .indexabout-right .img p:first-child img {
	width: 100%;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	/* border: 10px solid #FFAC00; */
}

/* .indexabout .indexabout-right .img p:last-child {
	flex: 0 0 50%;
	display: block;
	z-index: 2;
	box-sizing: border-box;
	text-align: center;
} */

/* .indexabout .indexabout-right .img p:last-child img {
	width: 240px;
	display: inline-block;

} */

.indexabout .indexabout-right .center {
	width: 300px;
	display: block;
	margin: 10px auto;
	z-index: 2;
	position: relative;
}

.indexabout .indexabout-right .bottom {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -10%;
	z-index: 1;
}

.indexabout .indexabout-right .title {
	position: relative;
	text-align: right;
}

.indexabout .indexabout-right .title img {
	display: inline-block;
	height: 100%;
	position: relative;
	z-index: 11;
	top: -20px;
}

.indexabout .indexabout-right {}

/*首页的资讯 */
.indexnewbg {
	background: #FFFFFF;
	padding-bottom: 50px;
}

.indexnew {
	display: block;
	margin: 0 auto;

}

.indexnew .indexnew-content {
	display: block;
}

.indexnew .indexnew-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	box-sizing: border-box;
}

.indexnew .indexnew-content ul li {
	flex: 0 0 50%;
	box-sizing: border-box;
	text-align: center;
	display: block;
	overflow: hidden;
}

.indexnew .indexnew-content ul li:first-child {
	flex: 0 0 100%;
}

.indexnew .indexnew-content ul li a {
	position: relative;
	display: block;
	margin: 0px 10px 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.indexnew .indexnew-content ul li a img {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.indexnew .indexnew-content ul li a p {
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	color: #333;
	padding: 0 20px;
	display: none;
	transform: translateY(-40px);
	transition: all 1s;
}

.indexnew .indexnew-content ul li:hover a p {
	display: block;
	transform: translateY(0);
}

/* 首页培训 */
.indexservebg {
	padding-bottom: 50px;
	background-color: #F1F1F1;
}

.indexserve {
	display: block;
	margin: 0 auto;
}

.indexserve-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	box-sizing: border-box;
}

.indexserve-content .indexserve-item {
	flex: 0 0 33.33%;
	display: block;
	box-sizing: border-box;

}

/* .indexserve-content .indexserve-item:nth-child(1) {
	flex: 0 0 40%;
}

.indexserve-content .indexserve-item:nth-child(2) {
	flex: 0 0 60%;
}

.indexserve-content .indexserve-item:nth-child(5) {
	flex: 0 0 60%;
}

.indexserve-content .indexserve-item:nth-child(6) {
	flex: 0 0 40%;
} */

.indexserve-content .indexserve-item a {
	display: block;
	margin: 0 10px 20px;
	position: relative;
	height: 240px;
	box-sizing: border-box;
	overflow: hidden;
}

.indexserve-content .indexserve-item a img {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.indexserve-content .indexserve-item a .main {
	z-index: 2;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	color: #333;
	padding: 10px 20px;
	transition: all 1.5s;
	/* opacity: 0; */
	background: rgba(0, 0, 0, 0.48);
	/* transform: rotateY(-180deg); */
}

/*.indexserve-content .indexserve-item:nth-child(2n-1) a .main{*/
/*	background: none;*/
/*}*/
.indexserve-content .indexserve-item a .mainbg {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.indexserve-content .indexserve-item a:hover .main {
	opacity: 1;
	transform: translateX(-50%) translateY(-50%);
	/* transform: translateX(-50%) translateY(-50%); */
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
	transform: rotateY(0deg);
}

.indexserve-content .indexserve-item a:hover img {
	transform: scale(1.2);
}

.indexserve-content .indexserve-item a .main p:nth-child(1) {
	color: #FFFFFF;
	font-size: 20px;
	/* 文本设置 */
	display: -webkit-box;
	/*设置为弹性盒子*/
	-webkit-line-clamp: 1;
	/*最多显示5行*/
	overflow: hidden;
	/*超出隐藏*/
	text-overflow: ellipsis;
	/*超出显示为省略号*/
	-webkit-box-orient: vertical;
	word-break: break-all;
	/*强制英文单词自动换行*/
	margin-bottom: 10px;
}

.indexserve-content .indexserve-item a .main p:nth-child(2) {
	color: #FFFFFF;
	font-size: 14px;
	margin: 20px auto;
	display: none;
}

.indexserve-content .indexserve-item a .main p:nth-child(3) {
	color: #FFAC00;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #FFAC00;
	padding: 2px 5px;
}

/* 首页客户 */
.indexcustomer {
	padding-bottom: 50px;
}

.indexcustomer .alltitle {
	padding-bottom: 30px;
}

.swiper-indexcustomer {
	width: 100%;
	/* height: 100%; */
	height: 104px;
}

.swiper-indexcustomer .swiper-slide {
	text-align: center;
	display: block;

	/* Center slide text vertically */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-indexcustomer .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	padding-top: 10px;
	border-radius: 20px;
}

.swiper-indexcustomer .swiper-slide a img {
	width: 100%;
	display: block;
	z-index: 0;
	box-sizing: border-box;
	border: 1px solid #f7f7f7;
}

.swiper-indexcustomer .swiper-slide .in-hover {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: 100%;
	/* 	  background: rgba(0, 0, 0, 0.48);
	 background-color: rgba(0, 0, 0, 0.45); */
	background-color: rgba(14, 22, 32, 0.6);
	border-radius: 4px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.swiper-indexcustomer .swiper-slide:hover .in-hover {
	visibility: visible;
	opacity: 1;
}

.swiper-indexcustomer .swiper-slide .in-hover p {
	display: inline-block;
	max-width: 140px;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
	position: relative;
	vertical-align: middle;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}











/* 新的轮播 开始 */
.indexserve {}

.indexserve .Wonderfulactivities {
	display: block;
	margin: 10px auto;
	width: 100%;
	position: relative;
	height: 550px;
}

.indexserve .Wonderfulactivities .swiper-slide {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	width: 500px;
	background-color: #FFFFFF;
}

.indexserve .Wonderfulactivities .swiper-slide-active {
	z-index: 2;
}

.indexserve .Wonderfulactivities .swiper-slide a {

	display: block;
	text-align: center;
}

.indexserve .Wonderfulactivities .swiper-slide a img {
	width: 500px;
	height: 430px;
	display: block;
}

.indexserve .Wonderfulactivities .swiper-slide a .indexservejia-title {
	margin: 20px auto 10px;
	font-size: 22px;
	color: #333333;
	font-weight: normal;
	font-family: 'pingfang';
}

.indexserve .Wonderfulactivities .swiper-slide a .indexservejia-more {
	color: #FFAC00;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #FFAC00;
	padding: 4px 10px;
}
/* 左右切换按钮 */
.indexserve  .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23979797'%2F%3E%3C%2Fsvg%3E");
	/* width: 128px;
	height: 128px; */
	right: 0;
}
.indexserve  .swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23979797'%2F%3E%3C%2Fsvg%3E");
	/* width: 128px;
	height: 128px; */
	left: 0;
}
/* 新的轮播 结束 */

/* 首页新的 新闻资讯  开始 */
.indexnew-content2bg {
	display: block;
	position: relative;
}

.indexnew-content2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.indexnew-content2 .indexnew-content2-left {
	flex: 0 0 50%;
	display: block;
	box-sizing: border-box;
}

.indexnew-content2 .indexnew-content2-left a {}

.indexnew-content2 .indexnew-content2-left a img {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
}

.indexnew-content2 .indexnew-content2-left a div {
	display: block;
}

.indexnew-content2 .indexnew-content2-left a div p:nth-child(1) {
	font-size: 22px;
	color: #505050;
	font-weight: normal;
	font-family: 'pingfang';
	margin: 10px auto;
}

.indexnew-content2 .indexnew-content2-left a div p:nth-child(2) {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin: 10px auto;
}

.indexnew-content2 .indexnew-content2-left a div p:nth-child(3) {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

.indexnew-content2 .indexnew-content2-right {
	flex: 0 0 50%;
	display: block;
	box-sizing: border-box;
}

.indexnew-content2 .indexnew-content2-right a {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	border-top: 2px solid #505050;
	margin: 0 10px;
	padding: 10px 0;
}

.indexnew-content2 .indexnew-content2-right a .datajia {
	flex: 0 0 20%;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.indexnew-content2 .indexnew-content2-right a .datajia .t {
	font-size: 48px;
	color: #505050;
	font-weight: normal;
	font-family: 'pingfang';
	margin: 0px auto;
	line-height: 60px;
}

.indexnew-content2 .indexnew-content2-right a .datajia .t2 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	font-family: 'pingfang';
}

.indexnew-content2 .indexnew-content2-right a .descjia {
	flex: 0 0 80%;
	display: block;
	box-sizing: border-box;
	text-align: left;
}

.indexnew-content2 .indexnew-content2-right a .descjia h4 {
	font-size: 18px;
	color: #505050;
	font-weight: normal;
	font-family: 'pingfang';
}

.indexnew-content2 .indexnew-content2-right a .descjia p {
	font-size: 14px;
	line-height: 25px;
	margin-top: 5px;
	color: #666;
	font-weight: normal;
}

/* 首页新的 新闻资讯  结束 */
/* 首页新的 关于我们 开始 */
.indexabout2 {
	display: block;
	background: url(../picture/indexabout2bg.jpg) no-repeat center;
	background-size: 100% 100%;
}

.indexabout2 .indexabout2-content {
	display: block;
}

.indexabout2 .indexabout2-content>h3 {
	font-size: 28px;
	color: #666463;
	font-weight: normal;
	font-family: 'pingfang';
	text-align: center;
}

.indexabout2 .indexabout2-content {}

.indexabout2 .indexabout2-content .indexabout2-main {
	display: block;
	text-indent: 2em;
	margin-top: 20px;
	color: #666463;
	font-family: 'pingfangziti';
}

.indexabout2 .indexabout2-content .indexabout2-main p {
	text-indent: 2em;
	color: #666463;
	padding: 0px 0 5px;
	line-height: 25px;
	font-size: 18px;
	font-weight: 600;
	font-family: 'pingfangziti';
}

/*滚动的数字 */
.indexabout2 .indexabout2-content .indexabout2-num {
	display: block;
	padding: 30px 0;
}

.indexabout2 .indexabout2-content .indexabout2-num ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}

.indexabout2 .indexabout2-content .indexabout2-num ul li {
	flex: 0 0 33.33%;
	text-align: center;
	display: block;
}

.indexabout2 .indexabout2-content .indexabout2-num ul li div {
	border-right: 2px solid #9F9E9D;
}
.indexabout2 .indexabout2-content .indexabout2-num ul li:first-child div {
	border-left: 2px solid #9F9E9D;
}
.indexabout2 .indexabout2-content .indexabout2-num ul li div p:nth-child(1) {}

.indexabout2 .indexabout2-content .indexabout2-num ul li div p:nth-child(2) {
	font-size: 24px;
	color: #656462;
	font-weight: normal;
	font-family: 'pingfang';
}

.indexabout2 .indexabout2-content .indexabout2-num ul li div p span:nth-child(1) {
	color: #656462;
	font-size: 68px;
	/* color: #505050; */
	font-weight: 700;
	font-family: 'pingfang';
}

.indexabout2 .indexabout2-content .indexabout2-num ul li div p span:nth-child(2) {
	color: #656462;
	font-size: 68px;
	/* color: #505050; */
	font-weight: 700;
	font-family: 'pingfang';
	padding-left: 5px;
}

.indexabout2 .indexabout2-content .indexabout2-num ul li:last-child div p span:nth-child(2) {
	font-size: 68px;
}

/* 首页新的 关于我们 结束 */
